home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / sc3x02.zip / VOLNAME.DOC < prev   
Text File  |  1993-03-01  |  1KB  |  31 lines

  1.  
  2.  
  3.  
  4.  
  5.                          GetVolumeName
  6.  
  7.     This call returns the name of the specified VolumeNumber.  This
  8.     call can be used to obtain the names of all mounted volumes.  If
  9.     a volumeNumber is specified for an unmounted volume the call will
  10.     return successful, but the VolumeNameLength will be zero.  If a 
  11.     volume slot is unavailable, a failure, usually 0xFFh, will be re-
  12.     turned.
  13.  
  14.     Function 22 (16h)
  15.  
  16.     Request Buffer
  17.  
  18.         Offset   Request Packet Contents        Bytes    Remarks
  19.         ------   ---------------------------    -----    -------
  20.         0        Sub-function Structure Len     2        Length of Request 
  21.         2        06 (06h)                       1
  22.         3        Volume Number                  1
  23.  
  24.     Reply Buffer
  25.  
  26.         Offset   Request Packet Contents        Bytes    Remarks
  27.         ------   ---------------------------    -----    -------
  28.         0        Volume Name Length             1
  29.         1        Volume Name                    16       Max
  30.  
  31.